GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > DataValidations クラス > Add メソッド : Add(RangeReference[],DataValidator,Boolean) メソッド |
'Declaration
Public Overloads Function Add( _ ByVal rangeRefs() As RangeReference, _ ByVal item As DataValidator, _ Optional ByVal replacing As Boolean _ ) As Boolean
public bool Add( RangeReference[] rangeRefs, DataValidator item, bool replacing )